home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceHTML 4.0 / AceHTML4Pro.exe / %MAINDIR% / ScriptDef / Referrer.sd < prev    next >
Encoding:
INI File  |  2000-08-31  |  495 b   |  28 lines

  1. [SUBJECT]
  2. Description=Shows where the visitor came from
  3. ImageIndex=-1
  4. Folder=Quick JavaScript
  5.  
  6. [BODY_TEXT]
  7. ;<CENTER>
  8. ;<SCRIPT LANGUAGE="JavaScript">
  9. ;<!-- Begin
  10. ;
  11. ;// The referrer info is only printed out when you
  12. ;// follow a link to the page with this script on it!
  13. ;
  14. ;if (document.referrer) {
  15. ;document.write("<B>`Caption` ");
  16. ;document.write(document.referrer+"</B>");
  17. ;}
  18. ;// End -->
  19. ;</SCRIPT>
  20. ;</CENTER>
  21. ;
  22.  
  23. [`Caption`]
  24. Kind=S
  25. Value=Thanks for visiting us from
  26.  
  27.  
  28.